home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / viewers / karsten-setup-3.4.0.exe / {app} / karsten.exe / 0 / RCDATA / TMEDIAPLAYERFORM / TMEDIAPLAYERFORM.txt
Text File  |  2006-11-02  |  1KB  |  45 lines

  1. object MediaPlayerForm: TMediaPlayerForm
  2.   Left = 343
  3.   Top = 267
  4.   AutoSize = True
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Media Control'
  8.   ClientHeight = 30
  9.   ClientWidth = 0
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poDesktopCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object MediaPlayer: TMediaPlayer
  24.     Left = 0
  25.     Top = 0
  26.     Width = 197
  27.     Height = 30
  28.     EnabledButtons = [btPause, btStop, btNext, btPrev, btStep, btBack]
  29.     VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack]
  30.     AutoEnable = False
  31.     PopupMenu = PMMediaplayerKontext
  32.     TabOrder = 0
  33.   end
  34.   object PMMediaplayerKontext: TPopupMenu
  35.     Left = 72
  36.     object MISchliessen: TMenuItem
  37.       Caption = '&Close'
  38.       Default = True
  39.       Hint = 'Close media control window'
  40.       ShortCut = 16499
  41.       OnClick = MISchliessenClick
  42.     end
  43.   end
  44. end
  45.